Opc.Ua.Core
LogCertificate(LogLevel,EventId,String,X509Certificate2,Object[]) Method



Opc.Ua Namespace > Utils Class > LogCertificate Method : LogCertificate(LogLevel,EventId,String,X509Certificate2,Object[]) Method
Entry will be written on this level.
The event id associated with the log.
The log message as string.
The certificate information to be logged.
An object array that contains zero or more objects to format.
Formats and writes a log message for a certificate.
Syntax
'Declaration
 
Public Overloads Shared Sub LogCertificate( _
   ByVal logLevel As LogLevel, _
   ByVal eventId As EventId, _
   ByVal message As String, _
   ByVal certificate As X509Certificate2, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim logLevel As LogLevel
Dim eventId As EventId
Dim message As String
Dim certificate As X509Certificate2
Dim args() As Object
 
Utils.LogCertificate(logLevel, eventId, message, certificate, args)
public static void LogCertificate( 
   LogLevel logLevel,
   EventId eventId,
   string message,
   X509Certificate2 certificate,
   params object[] args
)

Parameters

logLevel
Entry will be written on this level.
eventId
The event id associated with the log.
message
The log message as string.
certificate
The certificate information to be logged.
args
An object array that contains zero or more objects to format.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List